home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / moebiusgears.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-10-24  |  1.4 KB  |  44 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="moebiusgears" _label="MoebiusGears">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="30000"
  10.           convert="invert"/>
  11.  
  12.   <number id="speed" type="slider" arg="-speed %"
  13.           _label="Speed" _low-label="Slow" _high-label="Fast"
  14.           low="0.01" high="5.0" default="1.0"/>
  15.  
  16.   <hgroup>
  17.   <number id="count" type="spinbutton" arg="-count %"
  18.           _label="Number of gears" low="13" high="99" default="17"/>
  19.  
  20.   <number id="teeth" type="spinbutton" arg="-teeth %"
  21.           _label="Number of teeth" low="7" high="49" default="15"/>
  22.   </hgroup>
  23.  
  24.   <hgroup>
  25.    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
  26.    <boolean id="spin"   _label="Spin"      arg-unset="-no-spin"/>
  27.    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
  28.    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
  29.   </hgroup>
  30.  
  31.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  32.  
  33.   <_description>
  34. Draws a closed, interlinked chain of rotating gears.  The layout of
  35. the gears follows the path of a moebius strip.  See also the "Pinion"
  36. and "Gears" screen savers.
  37.  
  38. http://en.wikipedia.org/wiki/Involute_gear
  39. http://en.wikipedia.org/wiki/Moebius_strip
  40.  
  41. Written by Jamie Zawinski; 2007.
  42.   </_description>
  43. </screensaver>
  44.